home *** CD-ROM | disk | FTP | other *** search
/ The X-Philes (2nd Revision) / The X-Philes Number 1 (1995).iso / xphiles / hp48hor1 / gateway.doc < prev    next >
Text File  |  1995-03-31  |  5KB  |  116 lines

  1. (Comp.sys.handhelds) 
  2. Item: 3053 by erikmb at etek.chalmers.se 
  3. Author: [Erik Bryntse] 
  4.   Subj: GATEWAY 2.7 codelock program 
  5.   Date: Wed May 08 1991 
  6.  
  7. Here is my codelock program GATEWAY version 2.7.  The alarm bug that existed in 
  8. version 2.6 is fixed, and some other details has been added.  Now you can store 
  9. the OWNER string in a port to get it away from your home directory. 
  10.  
  11. I have not heard much of this program since I released the previous version. 
  12. This can mean 1) nobody is using it or 2) it is working well. 
  13.  
  14. So, I would like to hear from you if you find any bugs, or have ideas, or just 
  15. think the program is working well! 
  16.  
  17.  
  18. GATEWAY-48 Codelock Program ver 2.7 
  19. =================================== 
  20.  
  21. GATEWAY-48 is a codelock program for HP48SX.  When your HP48SX is turned on, it 
  22. displays a startup message (for example your name and phone number) and prompts 
  23. you for a 4-digit code.  If you key in the correct code, your 48 is turned on 
  24. just like usual.  Other- wise it is turned off again. 
  25.  
  26. With GATEWAY-48 you have complete software protection and enough hardware 
  27. protection to keep people from messing with your calcu- lator.  If you know 
  28. how, you CAN get in without knowing the right code, but the memory will be 
  29. cleared in the process.  All normal stuff such as ON-C and ON-A-F will not 
  30. work. 
  31.  
  32. A lot of work has been spent on the user interface and ruggedness of 
  33. GATEWAY-48.  This means that 
  34.  
  35. - You can easily change the code. 
  36. - There is a built-in program to redefine the OFF key. 
  37. - You can provide a startup message like "Owned by XXYY". 
  38. - All is contained in one library, which cannot be modified. 
  39. - The code cannot be accidentally changed, since it is stored with a checksum. 
  40. - Alarms are allowed to execute even if the codelock is enabled, but when the 
  41.   execution finishes, the calculator is turned off again. 
  42. - There is a built-in program to remove GATEWAY-48 from your 48. 
  43.  
  44.  
  45. INSTRUCTIONS 
  46. ============ 
  47. If you have something you do not wish to risk losing in your calculator, make a 
  48. backup. 
  49.  
  50. Download the string at the end of this message to your 48.  Compile it using 
  51. ASC->.  Store the resulting library with 0 STO.  Turn off your 48, then on 
  52. again.  You will see a short message when the lib- rary installs. 
  53.  
  54. Now press the LIBRARY menu key.  There will now be a menu named GATEWAY-48.  In 
  55. this menu you will find the following programs: 
  56.  
  57. ASSIGN 
  58. ------ 
  59. Assigns the off key to the new off program OFFC.  Turns on USER mode. 
  60.  
  61. NEWCODE 
  62. ------- 
  63. Enables you to enter or change the code.  Run this after installing GATEWAY-48. 
  64. The first time you run it, it will only prompt you for the new code, but 
  65. normally you must key in the old code as well. 
  66.  
  67. REMOVE 
  68. ------ 
  69. Uninstalls the GATEWAY-48 library and clears key definitions.  Also removes the 
  70. hidden code. 
  71.  
  72. OFFC 
  73. ---- 
  74. The main code program.  Turns off your 48 enabling the codelock.  When you turn 
  75. it back on, you have to key in a four-digit code to gain access to your 48. 
  76. Note that it will not work if you haven't selected a code using NEWCODE. 
  77.  
  78.  
  79. ADDITIONAL INFORMATION 
  80. ====================== 
  81. You can display a message of your own when you turn your 48 on by storing a 
  82. string under the name 'OWNER' in the home directory or in a port as X:OWNER, 
  83. where X is the port nr. 
  84.  
  85. The codelock is not activated when the HP48 turns itself off to preserve 
  86. battery. 
  87.  
  88. The OFFC user key assignment is sometimes cleared by other pro- grams or 
  89. actions.  Pressing the USR key once or twice (depending on the state of flag 
  90. -61) or running the ASSIGN program will restore it. 
  91.  
  92. The program ASC->, written by William C Wickes, has been posted at 
  93. Comp.sys.handhelds several times and is available from many FTP- sites. 
  94.  
  95. I will not provide source code. 
  96.  
  97. ---------------------------------------------------------------- 
  98. GATEWAY-48 is Copyright Erik Bryntse 1991.  Non-commercial distribution 
  99. allowed.  I take no responsibility for any damages caused by this program. 
  100. ---------------------------------------------------------------- 
  101.  
  102. This program has been tested by people with different calculator versions and 
  103. different software and hardware.  Much work have been spent on correcting the 
  104. reported bugs.  Thank you all who helped me with this! 
  105.  
  106.  
  107. Please send bug reports, questions, or suggestions to 
  108.  
  109. Erik Bryntse 
  110. SHPRF (the HP User Club of Sweden) 
  111. Box 15061 
  112. S-700 15  OREBRO 
  113. SWEDEN 
  114.  
  115. erikmb@cd.chalmers.se 
  116.